[vlc-commits] Remove picture qtype support code
Rémi Denis-Courmont
git at videolan.org
Sat Mar 9 20:39:33 CET 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Mar 9 21:28:54 2013 +0200| [ea85437dace93b50c1d0972f91c0265c3fb294a6] | committer: Rémi Denis-Courmont
Remove picture qtype support code
All that code boiled down to selecting MPEG2 vs normal mode by the
postproc video filter. Now that libavcodec does not provide the data
anymore, the code had no more effects.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea85437dace93b50c1d0972f91c0265c3fb294a6
---
include/vlc_picture.h | 15 -----
modules/video_filter/postproc.c | 3 +-
src/Makefile.am | 2 -
src/misc/picture.c | 2 -
src/video_output/postprocessing.c | 131 -------------------------------------
src/video_output/postprocessing.h | 33 ----------
src/video_output/video_output.c | 15 +----
src/video_output/vout_internal.h | 1 -
8 files changed, 3 insertions(+), 199 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=ea85437dace93b50c1d0972f91c0265c3fb294a6
More information about the vlc-commits
mailing list