Mercurial > libavcodec.hg
comparison h264.h @ 10829:46a247e54d6e libavcodec
Export get_slice_type() as ff_h264_get_slice_type().
Patch by Laurent Aimar <fenrir at videolan dot org>.
author | ramiro |
---|---|
date | Sat, 09 Jan 2010 16:20:41 +0000 |
parents | febe1855b64a |
children | e5905bfa625d |
comparison
equal
deleted
inserted
replaced
10828:d0657e337f91 | 10829:46a247e54d6e |
---|---|
580 /** | 580 /** |
581 * frees any data that may have been allocated in the H264 context like SPS, PPS etc. | 581 * frees any data that may have been allocated in the H264 context like SPS, PPS etc. |
582 */ | 582 */ |
583 av_cold void ff_h264_free_context(H264Context *h); | 583 av_cold void ff_h264_free_context(H264Context *h); |
584 | 584 |
585 /** | |
586 * reconstructs bitstream slice_type. | |
587 */ | |
588 int ff_h264_get_slice_type(H264Context *h); | |
589 | |
585 #endif /* AVCODEC_H264_H */ | 590 #endif /* AVCODEC_H264_H */ |