diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-07-19 02:53:57 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-07-19 02:53:57 +0000 |
commit | df8a7dff29e21056e8f676b6aea02c62c11bae64 (patch) | |
tree | 50649f550aa8ef8daac18df5c4e641e35c3d6134 /libavcodec/h264.h | |
parent | 1b547abaa34a416d10891202ec09cf918d30d329 (diff) | |
download | ffmpeg-df8a7dff29e21056e8f676b6aea02c62c11bae64.tar.gz |
Remove delayed_output_pic, I do not understand what this variable was good for.
It is simpler and might be faster now.
Originally committed as revision 14289 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index fa2fcf14b5..520a73f4f5 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -337,7 +337,7 @@ typedef struct H264Context{ Reordered version of default_ref_list according to picture reordering in slice header */ Picture *delayed_pic[MAX_DELAYED_PIC_COUNT+2]; //FIXME size? - Picture *delayed_output_pic; + int outputed_poc; /** * memory management control operations buffer. |