Commit 3b1d557d authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3293 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3e67bbc3
......@@ -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