You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 22:24:04 +02:00
Merge commit '53abe32409f13687c864b3cda077a1aa906a2459'
* commit '53abe32409f13687c864b3cda077a1aa906a2459': avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const Conflicts: libavcodec/avcodec.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
|
||||
static AVCodecParser *av_first_parser = NULL;
|
||||
|
||||
AVCodecParser *av_parser_next(AVCodecParser *p)
|
||||
AVCodecParser *av_parser_next(const AVCodecParser *p)
|
||||
{
|
||||
if (p)
|
||||
return p->next;
|
||||
|
Reference in New Issue
Block a user