]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libavcodec.v
omx: Don't return > 0 from omx_encode_frame
[ffmpeg] / libavcodec / libavcodec.v
index 561a42cd4f1c4955d1ae3f5d6affbc7cbd220861..f1d5e5bc776af02a520ef422b8ad1ab78c1e4d7b 100644 (file)
@@ -1,3 +1,6 @@
-LIBAVCODEC_$MAJOR {
-        global: *;
+LIBAVCODEC_MAJOR {
+    global:
+        av*;
+    local:
+        *;
 };