]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261dec.c
Set cur_channel in the AAC encoder context where needed.
[ffmpeg] / libavcodec / h261dec.c
index ab266a0f6cdc5513a44ca5dcd7925534e51876fd..bb5f27d50399744e4d8a1c7fcc59ae67c1c1a673 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file libavcodec/h261dec.c
+ * @file
  * H.261 decoder.
  */
 
@@ -643,7 +643,7 @@ static av_cold int h261_decode_end(AVCodecContext *avctx)
 
 AVCodec h261_decoder = {
     "h261",
-    CODEC_TYPE_VIDEO,
+    AVMEDIA_TYPE_VIDEO,
     CODEC_ID_H261,
     sizeof(H261Context),
     h261_decode_init,