mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
2addec025a
Original commit message from CVS: Patch avcodec.h and wmadec.c to use flag1 and flag2 from context The asfdemux calculates the 2 values and gives them to the decoder via the pad/caps The ffdec_wmav1 & ffdec_wmav2 put them in the ffmpeg context before they start to decode the data |
||
---|---|---|
.. | ||
patch | ||
.gitignore | ||
Makefile.am | ||
README | ||
Tag |
HOWTO sync to a new ffmpeg CVS date: a) manually update with cvs update -D 'new date tag' b) fix stuff so that our plug-in builds against it c) in configure.ac, replace the date tag with your new tag d) copy gst-libs/ext/ffmpeg/ffmpeg/CVS/Tag to gst-libs/ext/ffmpeg/Tag e) commit all these changes to cvs The reason both c) and d) need to be done is because cvs doesn't understand it's own Tag file format as a date spec.