diff options
author | Laurent Aimar <fenrir@via.ecp.fr> | 2010-01-09 16:20:41 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2010-01-09 16:20:41 +0000 |
commit | 75dd693840e64ce3d9db7e93bbe3a87b47c4c787 (patch) | |
tree | 5da82dbc4f34d6838f281e163e76b4de6b4030a5 /libavcodec/h264.h | |
parent | fc53b6afee7cdf1b9125d2c5a43f3fe879d85f24 (diff) | |
download | ffmpeg-streaming-75dd693840e64ce3d9db7e93bbe3a87b47c4c787.zip ffmpeg-streaming-75dd693840e64ce3d9db7e93bbe3a87b47c4c787.tar.gz |
Export get_slice_type() as ff_h264_get_slice_type().
Patch by Laurent Aimar <fenrir at videolan dot org>.
Originally committed as revision 21110 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index fa348a2..91ecee5 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -582,4 +582,9 @@ int ff_h264_decode_rbsp_trailing(H264Context *h, const uint8_t *src); */ av_cold void ff_h264_free_context(H264Context *h); +/** + * reconstructs bitstream slice_type. + */ +int ff_h264_get_slice_type(H264Context *h); + #endif /* AVCODEC_H264_H */ |