]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261dec.c
g723_1dec: remove unneeded cliping that leaked in from merge from libav
[ffmpeg] / libavcodec / h261dec.c
index 031d77c144321fae89e560445e2a5e0806fcf629..6be02ae269f9c994a1040e9fc573e0197ff6a9b4 100644 (file)
@@ -653,7 +653,7 @@ static av_cold int h261_decode_end(AVCodecContext *avctx)
 AVCodec ff_h261_decoder = {
     .name           = "h261",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_H261,
+    .id             = AV_CODEC_ID_H261,
     .priv_data_size = sizeof(H261Context),
     .init           = h261_decode_init,
     .close          = h261_decode_end,