]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xl.c
Add bitexact versions of put_no_rnd_pixels8 _x2 and _y2 for vp3/theora
[ffmpeg] / libavcodec / xl.c
index 277e92a67886327f37ca9e8fa76184e30acf3027..f7d025eca44acd6c73d174e79e420c71bd3bdcb2 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/xl.c
+ * @file
  * Miro VideoXL codec.
  */
 
@@ -134,14 +134,13 @@ static av_cold int decode_end(AVCodecContext *avctx){
 
     if (pic->data[0])
         avctx->release_buffer(avctx, pic);
-    av_freep(&a->pic);
 
     return 0;
 }
 
 AVCodec xl_decoder = {
     "xl",
-    CODEC_TYPE_VIDEO,
+    AVMEDIA_TYPE_VIDEO,
     CODEC_ID_VIXL,
     sizeof(VideoXLContext),
     decode_init,