summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dec.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2017-03-27 09:39:24 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2017-03-28 18:04:27 -0400
commit8c2aa45d4a99dc0d9990dfb56782487006f718c3 (patch)
treed5e50fe4ee8eeac3b0da419f540acce1bfe00f37 /libavcodec/h264dec.h
parent0c466417846f80a134dd7078435829c8e47fcbb0 (diff)
downloadffmpeg-streaming-8c2aa45d4a99dc0d9990dfb56782487006f718c3.zip
ffmpeg-streaming-8c2aa45d4a99dc0d9990dfb56782487006f718c3.tar.gz
h264: revert 1189af429211ac650aac730368a6cf5b23756605.
The patch introduces race conditions.
Diffstat (limited to 'libavcodec/h264dec.h')
-rw-r--r--libavcodec/h264dec.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h
index 5f868b7..e994f7e 100644
--- a/libavcodec/h264dec.h
+++ b/libavcodec/h264dec.h
@@ -363,14 +363,6 @@ typedef struct H264Context {
int width, height;
int chroma_x_shift, chroma_y_shift;
- /**
- * Backup frame properties: needed, because they can be different
- * between returned frame and last decoded frame.
- **/
- int backup_width;
- int backup_height;
- enum AVPixelFormat backup_pix_fmt;
-
int droppable;
int coded_picture_number;
OpenPOWER on IntegriCloud