]> git.sesse.net Git - vlc/commit
Preliminary changes to fix postprocessing. Decoder quantizer settings can now be...
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 26 Aug 2008 17:27:37 +0000 (19:27 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 26 Aug 2008 17:29:08 +0000 (19:29 +0200)
commit2649d28f49d3dc1cafced0ca9153d93e27592d91
treecacd42a787e139e6b94683c4f62d8bd00f95e5fa
parent8b71a21cbfb9ae45040dd56465ca409de68b4a3f
Preliminary changes to fix postprocessing. Decoder quantizer settings can now be exported in the picture_t struct. Currently only works if the video is being decoded by ffmpeg since other codecs don't expose quantizer stuff. Please review.
include/vlc_vout.h
modules/codec/avcodec/video.c
modules/video_filter/postproc.c
src/video_output/vout_pictures.c