[vlc-devel] commit: Added x264 fourcc to h264 packetizer. (Laurent Aimar )
git version control
git at videolan.org
Mon Sep 22 22:49:37 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Sep 22 19:54:07 2008 +0200| [b8530e0d581e67465d1c6ddcc73a49178674a8b6] | committer: Laurent Aimar
Added x264 fourcc to h264 packetizer.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8530e0d581e67465d1c6ddcc73a49178674a8b6
---
modules/packetizer/h264.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/packetizer/h264.c b/modules/packetizer/h264.c
index c6b2255..5ef269a 100644
--- a/modules/packetizer/h264.c
+++ b/modules/packetizer/h264.c
@@ -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 ) )
{
More information about the vlc-devel
mailing list