[FFmpeg-cvslog] r21680 - trunk/libavcodec/h264.h

michael subversion
Mon Feb 8 00:15:53 CET 2010


Author: michael
Date: Mon Feb  8 00:15:53 2010
New Revision: 21680

Log:
Ooops, 10l forgot to commit h264.h.

Modified:
   trunk/libavcodec/h264.h

Modified: trunk/libavcodec/h264.h
==============================================================================
--- trunk/libavcodec/h264.h	Sun Feb  7 23:58:03 2010	(r21679)
+++ trunk/libavcodec/h264.h	Mon Feb  8 00:15:53 2010	(r21680)
@@ -423,6 +423,8 @@ typedef struct H264Context{
     int redundant_pic_count;
 
     int direct_spatial_mv_pred;
+    int col_parity;
+    int col_fieldoff;
     int dist_scale_factor[16];
     int dist_scale_factor_field[2][32];
     int map_col_to_list0[2][16+32];



More information about the ffmpeg-cvslog mailing list