diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-12 23:34:30 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-12 23:34:30 +0000 |
commit | adae9fa65e69dd5ac1c5d411fcc66affb554c79b (patch) | |
tree | d2aad98aeccdbff81792eca82a998cb37733cfb1 /libavformat/rm.h | |
parent | 2325bdad7b67b1c8539ef6beebb99d3247f08669 (diff) | |
download | ffmpeg-adae9fa65e69dd5ac1c5d411fcc66affb554c79b.tar.gz |
export sipr_subpk_size for future use by matroska demuxer
Originally committed as revision 22490 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rm.h')
-rw-r--r-- | libavformat/rm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rm.h b/libavformat/rm.h index 68207e1fe1..9838cb7f29 100644 --- a/libavformat/rm.h +++ b/libavformat/rm.h @@ -25,6 +25,7 @@ #include "avformat.h" extern const char * const ff_rm_metadata[4]; +extern const unsigned char ff_sipr_subpk_size[4]; typedef struct RMStream RMStream; |