On 10/30/2011 05:10 PM, Diego Biurrun wrote:
> index cd7de73..2807d50 100644
> --- a/libavcodec/mpeg4videodec.c
> +++ b/libavcodec/mpeg4videodec.c
> @@ -1854,7 +1854,7 @@ static int decode_user_data(MpegEncContext *s,
> GetBitContext *gb){
> }
> }
>
> - /* ffmpeg detection */
> + /* libavcodec detection */
> e=sscanf(buf, "FFmpe%*[^b]b%d", &build)+3;
> if(e!=4)
> e=sscanf(buf, "FFmpeg v%d.%d.%d / libavcodec build: %d", &ver,
> &ver2, &ver3, &build);
i don't understand this change. it looks like it detects ffmpeg to me.
-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel