mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "avformat.h"
|
||||
#include "rawdec.h"
|
||||
|
||||
static int h263_probe(AVProbeData *p)
|
||||
static int h263_probe(const AVProbeData *p)
|
||||
{
|
||||
uint64_t code= -1;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user