X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ftdsc.c;h=8460568d7da499612652790f43c28caa1576316f;hb=49633f9f7498499d63391eb1351de66a8f603060;hp=d1265a006d372fcdfedcf85f7eca75f9e3e371b4;hpb=da97b244b04b48b827ece6d9635a1d1d1cf2021a;p=ffmpeg diff --git a/libavcodec/tdsc.c b/libavcodec/tdsc.c index d1265a006d3..8460568d7da 100644 --- a/libavcodec/tdsc.c +++ b/libavcodec/tdsc.c @@ -609,7 +609,7 @@ static int tdsc_decode_frame(AVCodecContext *avctx, void *data, } *got_frame = 1; - return 0; + return avpkt->size; } AVCodec ff_tdsc_decoder = {