[FFmpeg-devel] BFI video decoder

Sisir Koppaka sisir.koppaka
Thu Apr 17 23:31:25 CEST 2008


Patch attached (docs + code)
Couple of issues left:
1. extradata_size check: what do we do if we find it's larger than data[1],
av_log+return -1? Also, what is size of data[1]?
2. This warning appears :

bfi.c: In function 'bfi_decode_frame':
bfi.c:92: warning: 'offset' may be used uninitialized in this function

Fix it by initialzing offset to 0?

-----------------
Sisir Koppaka
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bfi_video_decoder_00.patch
Type: text/x-diff
Size: 7313 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080418/13b057bf/attachment.patch>



More information about the ffmpeg-devel mailing list