comparison avcodec.h @ 1547:0183874861fd libavcodec

bottom_field_first -> top_field_first
author michael
date Mon, 20 Oct 2003 10:33:13 +0000
parents 5d06823e2ee9
children dd544554ed42
comparison
equal deleted inserted replaced
1546:5d06823e2ee9 1547:0183874861fd
13 13
14 #include "common.h" 14 #include "common.h"
15 15
16 #define FFMPEG_VERSION_INT 0x000408 16 #define FFMPEG_VERSION_INT 0x000408
17 #define FFMPEG_VERSION "0.4.8" 17 #define FFMPEG_VERSION "0.4.8"
18 #define LIBAVCODEC_BUILD 4685 18 #define LIBAVCODEC_BUILD 4686
19 19
20 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT 20 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
21 #define LIBAVCODEC_VERSION FFMPEG_VERSION 21 #define LIBAVCODEC_VERSION FFMPEG_VERSION
22 22
23 #define AV_STRINGIFY(s) AV_TOSTRING(s) 23 #define AV_STRINGIFY(s) AV_TOSTRING(s)
434 * - decoding: set by lavc (default 0)\ 434 * - decoding: set by lavc (default 0)\
435 */\ 435 */\
436 int interlaced_frame;\ 436 int interlaced_frame;\
437 \ 437 \
438 /**\ 438 /**\
439 * if the content is interlaced, is bottom field displayed first.\ 439 * if the content is interlaced, is top field displayed first.\
440 * - encoding: set by user\ 440 * - encoding: set by user\
441 * - decoding: set by lavc (default 0)\ 441 * - decoding: set by lavc\
442 */\ 442 */\
443 int bottom_field_first;\ 443 int top_field_first;\
444 \ 444 \
445 /**\ 445 /**\
446 * Pan scan.\ 446 * Pan scan.\
447 * - encoding: set by user\ 447 * - encoding: set by user\
448 * - decoding: set by lavc\ 448 * - decoding: set by lavc\