Commit bbc78fb4 authored by Diego Biurrun's avatar Diego Biurrun

Remove unused variable.

Originally committed as revision 15427 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2426bb96
......@@ -960,7 +960,7 @@ static inline void direct_ref_list_init(H264Context * const h){
MpegEncContext * const s = &h->s;
Picture * const ref1 = &h->ref_list[1][0];
Picture * const cur = s->current_picture_ptr;
int list, j, field, rfield;
int list, j, field;
int sidx= (s->picture_structure&1)^1;
int ref1sidx= (ref1->reference&1)^1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment