Revert "Merge commit 'd1d7678040cd60148f97b372cb4291bcc45b2e22'"

This reverts commit 796027f221, reversing
changes made to bca30ed2b6.

Preemptive revert before further testing has been done.
This commit is contained in:
Timothy Gu
2016-08-03 17:06:55 -07:00
parent 796027f221
commit e4af9be0f4
3 changed files with 6 additions and 12 deletions
-5
View File
@@ -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;