]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/asv.c
Use av_packet_rescale_ts() to simplify code.
[ffmpeg] / libavcodec / asv.c
index f6788c9245b80caf176f01ce3a2bc85de6ecffef..9e3a023cc53180177587b122293051bca033f535 100644 (file)
@@ -89,6 +89,5 @@ av_cold void ff_asv_common_init(AVCodecContext *avctx) {
     a->mb_width2  = (avctx->width  + 0) / 16;
     a->mb_height2 = (avctx->height + 0) / 16;
 
-    avctx->coded_frame= &a->picture;
     a->avctx= avctx;
 }