[vlc-commits] transcode: remove unused define

Thomas Guillem git at videolan.org
Wed Feb 22 09:52:57 CET 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Feb 22 09:48:47 2017 +0100| [1a836447db61e4123209f585db4a03a5c4540ac9] | committer: Thomas Guillem

transcode: remove unused define

This was introduced by a8b249b for an internal test and never used.

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

 modules/stream_out/transcode/transcode.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/stream_out/transcode/transcode.h b/modules/stream_out/transcode/transcode.h
index 0c3aae0..7a1a391 100644
--- a/modules/stream_out/transcode/transcode.h
+++ b/modules/stream_out/transcode/transcode.h
@@ -130,8 +130,6 @@ struct sout_stream_id_sys_t
     date_t          next_output_pts; /**< output calculated PTS */
 
 };
-#define SOUT_ID_FROM_DEC(x) \
-    (void *) (((uintptr_t)x) - offsetof(sout_stream_id_sys_t, p_decoder))
 
 /* OSD */
 



More information about the vlc-commits mailing list