X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ftdsc.c;h=8460568d7da499612652790f43c28caa1576316f;hb=7b27dd5c16de785297ce4de4b88afa0b6685f61d;hp=d1265a006d372fcdfedcf85f7eca75f9e3e371b4;hpb=bbd0ebfd835761d1abbe030a8a7866d88b2a8777;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 = {