[FFmpeg-devel] [PATCH] Improve cryptic documentation for AVCodecContext.top_field_first.

Stefano Sabatini stefano.sabatini-lala
Fri Dec 17 15:30:55 CET 2010


---
 libavcodec/avcodec.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index ecfc28b..c67c4a3 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -948,7 +948,8 @@ typedef struct AVPanScan{
     int interlaced_frame;\
     \
     /**\
-     * If the content is interlaced, is top field displayed first.\
+     * If the video is interlaced and the picture top field is\
+     * displayed first it is set to 1, otherwise it is set to 0.\
      * - encoding: Set by user.\
      * - decoding: Set by libavcodec.\
      */\
-- 
1.7.2.3




More information about the ffmpeg-devel mailing list