]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqaudioenc.c
g723_1dec: remove unneeded cliping that leaked in from merge from libav
[ffmpeg] / libavcodec / roqaudioenc.c
index ddc4a894192f0f5712af9d8b4bd761962dda5bb6..0129051ad41348388052165808d0b9f942178cc6 100644 (file)
@@ -203,7 +203,7 @@ static int roq_dpcm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
 AVCodec ff_roq_dpcm_encoder = {
     .name           = "roq_dpcm",
     .type           = AVMEDIA_TYPE_AUDIO,
-    .id             = CODEC_ID_ROQ_DPCM,
+    .id             = AV_CODEC_ID_ROQ_DPCM,
     .priv_data_size = sizeof(ROQDPCMContext),
     .init           = roq_dpcm_encode_init,
     .encode2        = roq_dpcm_encode_frame,