X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Ftxd.c;h=06aca8c3f4ec700be6e3eb39176be84c6dc3bd1d;hb=b5a69e79c579e6e15e2019ffd34ef0e09aeab586;hp=5d9f969270e10d83d76d4f3f16c0b48fa7fed76b;hpb=f955fdc7c6a8c651c9e67fb1f79d3f0b2f72df11;p=ffmpeg diff --git a/libavformat/txd.c b/libavformat/txd.c index 5d9f969270e..06aca8c3f4e 100644 --- a/libavformat/txd.c +++ b/libavformat/txd.c @@ -48,6 +48,7 @@ static int txd_read_header(AVFormatContext *s, AVFormatParameters *ap) { st->codec->time_base.den = 5; st->codec->time_base.num = 1; /* the parameters will be extracted from the compressed bitstream */ + return 0; }