Browse Source

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
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
240ae82c51
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mpegts.h

+ 1
- 1
libavformat/mpegts.h View File

@@ -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…
Cancel
Save