mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-07 06:35:30 +01:00
Replace all CODEC_ID_* with AV_CODEC_ID_*
This commit is contained in:
@@ -310,7 +310,7 @@ static av_cold int decode_end(AVCodecContext *avctx){
|
||||
AVCodec ff_qpeg_decoder = {
|
||||
.name = "qpeg",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = CODEC_ID_QPEG,
|
||||
.id = AV_CODEC_ID_QPEG,
|
||||
.priv_data_size = sizeof(QpegContext),
|
||||
.init = decode_init,
|
||||
.close = decode_end,
|
||||
|
||||
Reference in New Issue
Block a user