mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-17 20:40:07 +01:00
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:
@@ -39,7 +39,7 @@
|
|||||||
#define STREAM_TYPE_PRIVATE_DATA 0x06
|
#define STREAM_TYPE_PRIVATE_DATA 0x06
|
||||||
#define STREAM_TYPE_AUDIO_AAC 0x0f
|
#define STREAM_TYPE_AUDIO_AAC 0x0f
|
||||||
#define STREAM_TYPE_VIDEO_MPEG4 0x10
|
#define STREAM_TYPE_VIDEO_MPEG4 0x10
|
||||||
#define STREAM_TYPE_VIDEO_H264 0x1a
|
#define STREAM_TYPE_VIDEO_H264 0x1b
|
||||||
|
|
||||||
#define STREAM_TYPE_AUDIO_AC3 0x81
|
#define STREAM_TYPE_AUDIO_AC3 0x81
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user