diff options
author | Martin Storsjö <martin@martin.st> | 2012-10-18 10:23:12 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-10-18 14:26:13 +0300 |
commit | fc085c5b33a966ad893757ab1c4269bf829ce499 (patch) | |
tree | 2690c9acc07b5fd070f1a80461db052fe37bfd96 /.gitignore | |
parent | 53e8cd68b722895a7110a2f7ee7e1bd42f4bac3b (diff) | |
download | ffmpeg-streaming-fc085c5b33a966ad893757ab1c4269bf829ce499.zip ffmpeg-streaming-fc085c5b33a966ad893757ab1c4269bf829ce499.tar.gz |
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>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions