]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libavcodec.v
avcodec/(e)ac3: Fix target_level for EAC3.
[ffmpeg] / libavcodec / libavcodec.v
index c923cd378f5cb52cb36c89720a6b1ceea8fd955d..304c2ef4279af582b5f20bc8828ab7aaff0b25b9 100644 (file)
@@ -1,7 +1,9 @@
-LIBAVCODEC_$MAJOR {
-        global: av*;
-                #deprecated, remove after next bump
-                audio_resample;
-                audio_resample_close;
-        local:  *;
+LIBAVCODEC_MAJOR {
+    global:
+        av*;
+        #deprecated, remove after next bump
+        audio_resample;
+        audio_resample_close;
+    local:
+        *;
 };