summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mpeg_hdr.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-24 20:02:41 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-24 20:02:41 +0000
commite0e161dd83fa694b3a3c03b10643dd311b1fc083 (patch)
tree3544719c5d9c321c31b7a12123e2ac2481874d91 /libmpdemux/mpeg_hdr.h
parentbc52a8e25b2dd19153c4529a30f6d260379fa319 (diff)
downloadmpv-e0e161dd83fa694b3a3c03b10643dd311b1fc083.tar.bz2
mpv-e0e161dd83fa694b3a3c03b10643dd311b1fc083.tar.xz
framerate autodetection for H264 in raw/ts streams
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14799 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/mpeg_hdr.h')
-rw-r--r--libmpdemux/mpeg_hdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/mpeg_hdr.h b/libmpdemux/mpeg_hdr.h
index 05b78660b5..de3bd8d7f5 100644
--- a/libmpdemux/mpeg_hdr.h
+++ b/libmpdemux/mpeg_hdr.h
@@ -24,3 +24,4 @@ int mp_header_process_sequence_header (mp_mpeg_header_t * picture, unsigned char
int mp_header_process_extension (mp_mpeg_header_t * picture, unsigned char * buffer);
int mp4_header_process_vol(mp_mpeg_header_t * picture, unsigned char * buffer);
int mp4_header_process_vop(mp_mpeg_header_t * picture, unsigned char * buffer);
+int h264_parse_sps(mp_mpeg_header_t * picture, unsigned char * buf, int len);