summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-27 15:08:17 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-01-27 15:08:17 +0100
commit6e57d2da9058fcb0eefedf5102321a044d51e6dc (patch)
treee82b054777bafd5d12b2c04f6a27c6cf1daa3519 /libavcodec/h264.c
parent3d0411707839d3af1f34e0a8c7c8cbe4dd02b1ba (diff)
parent9404a47a2d1df418946a338938eb6cdb3afed474 (diff)
Merge commit '9404a47a2d1df418946a338938eb6cdb3afed474'
* commit '9404a47a2d1df418946a338938eb6cdb3afed474': h264: move parser-only variables to their own context Conflicts: libavcodec/h264_parser.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index a54124cafa..e882bc3d22 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -1116,13 +1116,6 @@ static void flush_dpb(AVCodecContext *avctx)
h->mb_x = h->mb_y = 0;
- h->parse_context.state = -1;
- h->parse_context.frame_start_found = 0;
- h->parse_context.overread = 0;
- h->parse_context.overread_index = 0;
- h->parse_context.index = 0;
- h->parse_context.last_index = 0;
-
ff_h264_free_tables(h, 1);
h->context_initialized = 0;
}