rtjpeg: Add ff_ prefix to nonstatic symbols
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -34,10 +34,10 @@ typedef struct {
|
||||
DECLARE_ALIGNED(16, DCTELEM, block)[64];
|
||||
} RTJpegContext;
|
||||
|
||||
void rtjpeg_decode_init(RTJpegContext *c, DSPContext *dsp,
|
||||
void ff_rtjpeg_decode_init(RTJpegContext *c, DSPContext *dsp,
|
||||
int width, int height,
|
||||
const uint32_t *lquant, const uint32_t *cquant);
|
||||
|
||||
int rtjpeg_decode_frame_yuv420(RTJpegContext *c, AVFrame *f,
|
||||
int ff_rtjpeg_decode_frame_yuv420(RTJpegContext *c, AVFrame *f,
|
||||
const uint8_t *buf, int buf_size);
|
||||
#endif /* AVCODEC_RTJPEG_H */
|
||||
|
||||
Reference in New Issue
Block a user