diff options
author | Nico Sabbi <nicola.sabbi@poste.it> | 2006-01-02 20:13:24 +0000 |
---|---|---|
committer | Nico Sabbi <nicola.sabbi@poste.it> | 2006-01-02 20:13:24 +0000 |
commit | 5d4d67e0ffdf273cf67136c08751e65d157d611e (patch) | |
tree | f9db1409126f6f9b6a9cd86b36522458c1d46545 /libavformat/mpegts.h | |
parent | f007d3586563b34bad9d4b89e32f212b7af761bb (diff) | |
download | ffmpeg-5d4d67e0ffdf273cf67136c08751e65d157d611e.tar.gz |
added support for DVHS (192) packet size
Originally committed as revision 4801 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpegts.h')
-rw-r--r-- | libavformat/mpegts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h index 5e96d740ca..589fc2ed74 100644 --- a/libavformat/mpegts.h +++ b/libavformat/mpegts.h @@ -18,6 +18,7 @@ */ #define TS_FEC_PACKET_SIZE 204 +#define TS_DVHS_PACKET_SIZE 192 #define TS_PACKET_SIZE 188 #define NB_PID_MAX 8192 #define MAX_SECTION_SIZE 4096 |