diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-12-28 06:19:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-12-30 18:52:26 +0100 |
commit | fb0cb11f09c4f121edfee6eb5244b527cd0cb991 (patch) | |
tree | 8bfd8cf921ebccc2821f8441e799a372808c55cf /libavcodec/cavs.h | |
parent | 7d8482640058d66867602a6f58446c9342d9d146 (diff) | |
download | ffmpeg-fb0cb11f09c4f121edfee6eb5244b527cd0cb991.tar.gz |
cavsdec: export picture type in the output frame
Diffstat (limited to 'libavcodec/cavs.h')
-rw-r--r-- | libavcodec/cavs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h index 2032441351..26f1e9c7af 100644 --- a/libavcodec/cavs.h +++ b/libavcodec/cavs.h @@ -172,7 +172,6 @@ typedef struct AVSContext { int aspect_ratio; int mb_width, mb_height; int width, height; - int pic_type; int stream_revision; ///<0 for samples from 2006, 1 for rm52j encoder int progressive; int pic_structure; |