OSDN Git Service

avformat: allow .264 as extension for raw H.264 stream
authorWerner Robitza <werner.robitza@gmail.com>
Thu, 22 Jan 2015 21:02:36 +0000 (22:02 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Jan 2015 22:13:08 +0000 (23:13 +0100)
commit4b46ce8e91bdcf0726f669525609f77fc1a88472
treecd281f05323e9947717b6dd918fc68bf9e29c022
parent9353ed9e94a544b462be376e61aec9f62d684f56
avformat: allow .264 as extension for raw H.264 stream

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 <werner.robitza@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/rawenc.c