mirror of https://github.com/FFmpeg/FFmpeg.git
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>pull/6/merge
parent
53e8cd68b7
commit
fc085c5b33
1 changed files with 13 additions and 1 deletions
Loading…
Reference in new issue