[FFmpeg-devel] [PATCH] Fixed EA vp6 files with alpha not picked up by the EA demuxer

Paul B Mahol onemda at gmail.com
Mon Jun 22 15:51:03 CEST 2015


On 6/22/15, Stephan Vedder <stephan.vedder at gmail.com> wrote:
> From: feliwir <stephan.vedder at gmail.com>
>
> ---
>  libavformat/electronicarts.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c
> index 859fbb8..ba15b65 100644
> --- a/libavformat/electronicarts.c
> +++ b/libavformat/electronicarts.c
> @@ -427,6 +427,7 @@ static int process_ea_header(AVFormatContext *s)
>              ea->time_base = (AVRational) { avio_rl16(pb), 1000 };
>              break;
>
> +		case AVP6_TAG:
>          case MVhd_TAG:
>              err = process_video_header_vp6(s);
>              break;
> --
> 1.9.1
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

Tabs are forbiden in FFmpeg C code.
Do you have a sample this patch fixes?


More information about the ffmpeg-devel mailing list