diff avcodec.h @ 1543:7542cb99b950 libavcodec

* providing MPEG codecs with a generic fields in AVFrame to use. * fixing YUV4MPEG format. * fixing a bug in DV codec where coded_frame was not set.
author romansh
date Sat, 18 Oct 2003 03:19:44 +0000
parents bcb30ec7e86f
children b340e83b8d0d
line wrap: on
line diff
--- a/avcodec.h	Fri Oct 17 18:56:01 2003 +0000
+++ b/avcodec.h	Sat Oct 18 03:19:44 2003 +0000
@@ -399,6 +399,20 @@
      * \
      */\
     int qscale_type;\
+    \
+    /**\
+     * The content of the picture is interlaced.\
+     * - encoding: set by user\
+     * - decoding: set by lavc (default 0)\
+     */\
+    int interlaced_frame;\
+    \
+    /**\
+     * if the content is interlaced, is bottom field displayed first.\
+     * - encoding: set by user\
+     * - decoding: set by lavc (default 0)\
+     */\
+    int bottom_field_first;\
 
 #define FF_QSCALE_TYPE_MPEG1	0
 #define FF_QSCALE_TYPE_MPEG2	1