# HG changeset patch # User michael # Date 1216464445 0 # Node ID c7db87e35cae7bbef96329b275af4d491c4a3e76 # Parent def12c3c77428cbd9cd56a00abbdc18624c2a931 Remove useless #if 0 code. diff -r def12c3c7742 -r c7db87e35cae h264.c --- a/h264.c Sat Jul 19 03:33:42 2008 +0000 +++ b/h264.c Sat Jul 19 10:47:25 2008 +0000 @@ -7820,9 +7820,6 @@ //FIXME do something with unavailable reference frames -#if 0 //decode order - *data_size = sizeof(AVFrame); -#else /* Sort B-frames into display order */ if(h->sps.bitstream_restriction_flag @@ -7881,7 +7878,6 @@ h->outputed_poc = out->poc; } -#endif if(out) *pict= *(AVFrame*)out;