OSDN Git Service

gxf: Add a local copy of the relevant parts of the frame rate table
authorMartin Storsjö <martin@martin.st>
Thu, 18 Oct 2012 07:23:12 +0000 (10:23 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 18 Oct 2012 11:26:13 +0000 (14:26 +0300)
commitfc085c5b33a966ad893757ab1c4269bf829ce499
tree2690c9acc07b5fd070f1a80461db052fe37bfd96
parent53e8cd68b722895a7110a2f7ee7e1bd42f4bac3b
gxf: Add a local copy of the relevant parts of the frame rate table

This avoids having to share this table across the library
boundaries.

This shared table used to be problematic, if always declaring
all exported data symbols with the dllimport attribute (even
while building that same library), since it needs to be a
link-time constant when it is used in AVCodec declarations
(in mpeg12enc.c).

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/gxf.c