]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dxa.c
Move set_codec_from_probe_data() up to where the other probe functions are.
[ffmpeg] / libavformat / dxa.c
index 2df73c7ddc2a6e71bfc80d7a618f196f8b9b3b9a..18fb5296cb4ca4c63ff84896a6f472e108904a86 100644 (file)
@@ -204,7 +204,7 @@ static int dxa_read_packet(AVFormatContext *s, AVPacket *pkt)
 
 AVInputFormat dxa_demuxer = {
     "dxa",
-    "dxa",
+    NULL_IF_CONFIG_SMALL("DXA"),
     sizeof(DXAContext),
     dxa_probe,
     dxa_read_header,