Commit 4173d838 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* backport [13634]

parent 46522421
...@@ -613,6 +613,8 @@ static struct ...@@ -613,6 +613,8 @@ static struct
VIDEO_ES, "h264" }, VIDEO_ES, "h264" },
{ VLC_FOURCC('H','2','6','4'), CODEC_ID_H264, { VLC_FOURCC('H','2','6','4'), CODEC_ID_H264,
VIDEO_ES, "h264" }, VIDEO_ES, "h264" },
{ VLC_FOURCC('x','2','6','4'), CODEC_ID_H264,
VIDEO_ES, "h264" },
/* avc1: special case h264 */ /* avc1: special case h264 */
{ VLC_FOURCC('a','v','c','1'), CODEC_ID_H264, { VLC_FOURCC('a','v','c','1'), CODEC_ID_H264,
VIDEO_ES, "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