summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4dec.c
Commit message (Collapse)AuthorAge
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
|
* msmpeg4: Split decoding related functions to a separate fileMartin Storsjö2013-03-27
This fixes standalone compilation of the msmpeg4v2, msmpeg4v3 and wmv2 encoders, that previously failed to link due to the decoder codepaths requiring error_resilience. Signed-off-by: Martin Storsjö <martin@martin.st>