[Ffmpeg-devel] [PATCH] support for VP6 and FLASHSV in the flv muxer
Aurelien Jacobs
aurel
Thu Dec 28 15:38:51 CET 2006
On Thu, 28 Dec 2006 15:14:32 +0100
Benjamin Larsson <banan at student.ltu.se> wrote:
> Added the code suggestion from Aurel. Regressions passed. Ok to commit ?
>
> [...]
>
> @@ -291,10 +298,17 @@
> put_byte(pb, FLV_TAG_TYPE_AUDIO);
> }
>
> - put_be24(pb,size+1); // include flags
> + if ((enc->codec_id == CODEC_ID_VP6) || (enc->codec_id == CODEC_ID_VP6F))
Minor nitpick. There are some unneeded parenthesis here.
Except that, the patch seems fine to me.
Aurel
More information about the ffmpeg-devel
mailing list