[FFmpeg-devel] [PATCH] flac encoding, issue 526

Mathieu Velten matmaul
Sat Jul 19 18:20:07 CEST 2008


new patch attached

if ((data == NULL) || (avctx->frame_size != s->frame.blocksize)) {
     write_streaminfo(s, avctx->extradata);
}

this is also execute during the first frame, so the header stored in
extradata will have the length of the first frame instead of 0 during
the encoding.
is it a problem ?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: flac_length.3.diff
Type: application/octet-stream
Size: 2368 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080719/02002058/attachment.obj>



More information about the ffmpeg-devel mailing list