diff dvenc.c @ 5288:15f34b5059ed libavformat

Split parts of dvdata.h into dvdata.c, this ensures that things like work_chunks_* and dv_idct_factor_* variables appear only once in the binary instead of 3 times. Saves 3264 bytes in .rodata and 312416 bytes in .bss on x86_64.
author reimar
date Fri, 16 Oct 2009 07:55:57 +0000
parents d6eb19c43e99
children 536e5527c1e0
line wrap: on
line diff
--- a/dvenc.c	Fri Oct 16 03:02:25 2009 +0000
+++ b/dvenc.c	Fri Oct 16 07:55:57 2009 +0000
@@ -321,7 +321,7 @@
                           c->ast[i]->codec->channels    != 2))
             goto bail_out;
     }
-    c->sys = dv_codec_profile(vst->codec);
+    c->sys = ff_dv_codec_profile(vst->codec);
     if (!c->sys)
         goto bail_out;