mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
5c030d3ee9
commit
240ae82c51
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue