summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dec.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-08-03 17:06:43 -0700
committerTimothy Gu <timothygu99@gmail.com>2016-08-03 17:06:55 -0700
commite4af9be0f45c8f2ca148fb971f1e0c6782530e8c (patch)
treeec957ba4fb48112765835398f34b96d23b815a1a /libavcodec/h264dec.h
parent796027f22154c799e0063e2457b31e0cfd1dddae (diff)
downloadffmpeg-streaming-e4af9be0f45c8f2ca148fb971f1e0c6782530e8c.zip
ffmpeg-streaming-e4af9be0f45c8f2ca148fb971f1e0c6782530e8c.tar.gz
Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"
This reverts commit 796027f22154c799e0063e2457b31e0cfd1dddae, reversing changes made to bca30ed2b67f095fd31e07319a622ac30ad22978. Preemptive revert before further testing has been done.
Diffstat (limited to 'libavcodec/h264dec.h')
-rw-r--r--libavcodec/h264dec.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h
index 3034a93..9483efb 100644
--- a/libavcodec/h264dec.h
+++ b/libavcodec/h264dec.h
@@ -384,11 +384,6 @@ typedef struct H264Context {
*/
int postpone_filter;
- /*
- * Set to 1 when the current picture is IDR, 0 otherwise.
- */
- int picture_idr;
-
int8_t(*intra4x4_pred_mode);
H264PredContext hpc;
OpenPOWER on IntegriCloud