Commit 33bd93a1 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/codec/ffmpeg.c: add X264 to the list of supported fourcc's

parent 4f67f0cc
...@@ -641,6 +641,8 @@ static struct ...@@ -641,6 +641,8 @@ static struct
VIDEO_ES, "h264" }, VIDEO_ES, "h264" },
{ VLC_FOURCC('x','2','6','4'), CODEC_ID_H264, { VLC_FOURCC('x','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