|
@@ -33,7 +33,6 @@ static int txd_init(AVCodecContext *avctx) { |
|
|
|
|
|
|
|
|
avcodec_get_frame_defaults(&s->picture); |
|
|
avcodec_get_frame_defaults(&s->picture); |
|
|
avctx->coded_frame = &s->picture; |
|
|
avctx->coded_frame = &s->picture; |
|
|
s->picture.data[0] = NULL; |
|
|
|
|
|
|
|
|
|
|
|
return 0; |
|
|
return 0; |
|
|
} |
|
|
} |
|
|