]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/thp.c
remove ugly ffm_nopts hack, use AVFormatContext->timestamp
[ffmpeg] / libavformat / thp.c
index a0747ecad82bf9847c65acb41386ca2210f44f14..434bc297a49e9adf927c6bb223c1e0f98783bee8 100644 (file)
@@ -189,7 +189,7 @@ static int thp_read_packet(AVFormatContext *s,
 
 AVInputFormat thp_demuxer = {
     "thp",
-    "THP",
+    NULL_IF_CONFIG_SMALL("THP"),
     sizeof(ThpDemuxContext),
     thp_probe,
     thp_read_header,