Commit fe1da1bf authored by Pavlov Konstantin's avatar Pavlov Konstantin

backport [16800] : add fourcc X264.

parent 8f501ec4
......@@ -641,6 +641,8 @@ static struct
VIDEO_ES, "h264" },
{ VLC_FOURCC('x','2','6','4'), CODEC_ID_H264,
VIDEO_ES, "h264" },
{ VLC_FOURCC('X','2','6','4'), CODEC_ID_H264,
VIDEO_ES, "h264" },
/* avc1: special case h264 */
{ VLC_FOURCC('a','v','c','1'), CODEC_ID_H264,
VIDEO_ES, "h264" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment