]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/allformats.c
Replace PATCHWELCOME by relevant error codes.
[ffmpeg] / libavformat / allformats.c
index c221405c305c5c8013bafa8516940fb8aae9640d..c8dc3b0b67855046fc5352ee0bd8bf2630aff0d8 100644 (file)
@@ -166,7 +166,7 @@ void av_register_all(void)
     REGISTER_MUXDEMUX (NUT, nut);
     REGISTER_DEMUXER  (NUV, nuv);
     REGISTER_MUXDEMUX (OGG, ogg);
-    REGISTER_DEMUXER  (OMA, oma);
+    REGISTER_MUXDEMUX (OMA, oma);
     REGISTER_MUXDEMUX (PCM_ALAW,  pcm_alaw);
     REGISTER_MUXDEMUX (PCM_MULAW, pcm_mulaw);
     REGISTER_MUXDEMUX (PCM_F64BE, pcm_f64be);