Commit ad72f5a2 authored by Laurent Aimar's avatar Laurent Aimar

* mpeg4video.c: added m4cc/M4CC.

parent 747156db
...@@ -117,6 +117,8 @@ static int Open( vlc_object_t *p_this ) ...@@ -117,6 +117,8 @@ static int Open( vlc_object_t *p_this )
case VLC_FOURCC( 'd', 'x', '5', '0'): case VLC_FOURCC( 'd', 'x', '5', '0'):
case VLC_FOURCC( 0x04, 0, 0, 0): case VLC_FOURCC( 0x04, 0, 0, 0):
case VLC_FOURCC( '3', 'I', 'V', '2'): case VLC_FOURCC( '3', 'I', 'V', '2'):
case VLC_FOURCC( 'm', '4', 'c', 'c'):
case VLC_FOURCC( 'M', '4', 'C', 'C'):
break; break;
default: default:
......
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