mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
mpegvideo: Add ff_ prefix to nonstatic functions
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -80,7 +80,7 @@ static void dct_unquantize_h263_mmi(MpegEncContext *s,
|
||||
}
|
||||
|
||||
|
||||
void MPV_common_init_mmi(MpegEncContext *s)
|
||||
void ff_MPV_common_init_mmi(MpegEncContext *s)
|
||||
{
|
||||
s->dct_unquantize_h263_intra =
|
||||
s->dct_unquantize_h263_inter = dct_unquantize_h263_mmi;
|
||||
|
||||
Reference in New Issue
Block a user