Merge commit '53abe32409
'
* commit '53abe32409
':
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:
commit
0a7f3af27f
4 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue