Re: [FFmpeg-devel] [PATCH] avformat: allow .264 as extension for raw H.264 stream

2015-01-22 Thread Michael Niedermayer
On Thu, Jan 22, 2015 at 10:02:36PM +0100, Werner Robitza wrote: > In addition to .h264, .264 is also commonly used by people to name raw H.264 > streams. Enables automatic recognition of the h264 format for the .264 > extension. > > Signed-off-by: Werner Robitza > --- > libavformat/rawenc.c | 2

[FFmpeg-devel] [PATCH] avformat: allow .264 as extension for raw H.264 stream

2015-01-22 Thread Werner Robitza
In addition to .h264, .264 is also commonly used by people to name raw H.264 streams. Enables automatic recognition of the h264 format for the .264 extension. Signed-off-by: Werner Robitza --- libavformat/rawenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/ra