]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/dshow.c
avcodec/raw: add avpriv_get_raw_pix_fmt_tags()
[ffmpeg] / libavdevice / dshow.c
index adf36a7b32cae6bc19efeb655b552a98ce5a42ea..2c098d4839da9ba8d5e726f50ed2a22b8f2ce9e3 100644 (file)
@@ -92,7 +92,7 @@ static enum AVPixelFormat dshow_pixfmt(DWORD biCompression, WORD biBitCount)
                 return AV_PIX_FMT_0RGB32;
         }
     }
-    return avpriv_find_pix_fmt(ff_raw_pix_fmt_tags, biCompression); // all others
+    return avpriv_find_pix_fmt(avpriv_get_raw_pix_fmt_tags(), biCompression); // all others
 }
 
 static int