[vlc-commits] transcode: move video_dec_out in video union

Thomas Guillem git at videolan.org
Wed Jan 10 19:32:19 CET 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Jan 10 18:18:08 2018 +0100| [7bf7081b445751e07037b656acbc9ae53f177e5e] | committer: Thomas Guillem

transcode: move video_dec_out in video union

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7bf7081b445751e07037b656acbc9ae53f177e5e
---

 modules/stream_out/transcode/transcode.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_out/transcode/transcode.h b/modules/stream_out/transcode/transcode.h
index 177217f24b..0009b18dd1 100644
--- a/modules/stream_out/transcode/transcode.h
+++ b/modules/stream_out/transcode/transcode.h
@@ -79,7 +79,6 @@ struct sout_stream_id_sys_t
 
     /* Decoder */
     decoder_t       *p_decoder;
-    video_format_t video_dec_out; /* only rw from pf_vout_format_update() */
 
     struct
     {
@@ -108,6 +107,7 @@ struct sout_stream_id_sys_t
              filter_chain_t  *p_f_chain; /**< Video filters */
              filter_chain_t  *p_uf_chain; /**< User-specified video filters */
              video_format_t  fmt_input_video;
+             video_format_t  video_dec_out; /* only rw from pf_vout_format_update() */
          };
          struct
          {



More information about the vlc-commits mailing list