Commit b8530e0d authored by Laurent Aimar's avatar Laurent Aimar

Added x264 fourcc to h264 packetizer.

parent 65bfaa26
......@@ -179,6 +179,8 @@ static int Open( vlc_object_t *p_this )
p_dec->fmt_in.i_codec != VLC_FOURCC( 'V', 'S', 'S', 'H') &&
p_dec->fmt_in.i_codec != VLC_FOURCC( 'v', 's', 's', 'h') &&
p_dec->fmt_in.i_codec != VLC_FOURCC( 'D', 'A', 'V', 'C') &&
p_dec->fmt_in.i_codec != VLC_FOURCC( 'x', '2', '6', '4') &&
p_dec->fmt_in.i_codec != VLC_FOURCC( 'X', '2', '6', '4') &&
( p_dec->fmt_in.i_codec != VLC_FOURCC( 'a', 'v', 'c', '1') ||
p_dec->fmt_in.i_extra < 7 ) )
{
......
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