]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/tscc.c
write a single pes for video frames, some proprietary player needs it
[frescor/ffmpeg.git] / libavcodec / tscc.c
index 8e5edbd6083955532aaf29a47e6e7f4c76fc4711..d1a924da400bd3fad684842b29f6609028de1757 100644 (file)
@@ -139,7 +139,6 @@ static av_cold int decode_init(AVCodecContext *avctx)
 
     c->avctx = avctx;
 
-    c->pic.data[0] = NULL;
     c->height = avctx->height;
 
     if (avcodec_check_dimensions(avctx, avctx->width, avctx->height) < 0) {