Commit 240ae82c authored by Michael Niedermayer's avatar Michael Niedermayer

h264 in mpeg-ts fix by (Måns Rullgård <mru at kth dot se>)

Originally committed as revision 3293 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5c030d3e
......@@ -39,7 +39,7 @@
#define STREAM_TYPE_PRIVATE_DATA 0x06
#define STREAM_TYPE_AUDIO_AAC 0x0f
#define STREAM_TYPE_VIDEO_MPEG4 0x10
#define STREAM_TYPE_VIDEO_H264 0x1a
#define STREAM_TYPE_VIDEO_H264 0x1b
#define STREAM_TYPE_AUDIO_AC3 0x81
......
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