mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge commit '9a07c1332c'
* commit '9a07c1332c':
parser: Move Doxygen documentation to the header files
PGS subtitles: Expose forced flag
x86: PMINUB: port to cpuflags
Conflicts:
libavcodec/avcodec.h
libavcodec/pgssubdec.c
libavcodec/version.h
libavcodec/x86/ac3dsp.asm
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
1885ffb03d
9 changed files with 22 additions and 26 deletions
|
|
@ -39,6 +39,11 @@ typedef struct ParseContext{
|
|||
|
||||
#define END_NOT_FOUND (-100)
|
||||
|
||||
/**
|
||||
* Combine the (truncated) bitstream to a complete frame.
|
||||
* @return -1 if no complete frame could be created,
|
||||
* AVERROR(ENOMEM) if there was a memory allocation error
|
||||
*/
|
||||
int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size);
|
||||
int ff_mpeg4video_split(AVCodecContext *avctx, const uint8_t *buf,
|
||||
int buf_size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue