vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Fri Dec 22 10:39:09 2017 +0100| [0ecfd9917636f46cdab10b8c0ebbfd8bcea98948] | committer: Hugo Beauzée-Luyssen
dcpparser: Remove unused (and uninitialized) member CID #1463259 (cherry picked from commit a30e9110b6e61664b0dbf87dfd1e32f8a140cb6d) Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=0ecfd9917636f46cdab10b8c0ebbfd8bcea98948 --- modules/access/dcp/dcpparser.h | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/access/dcp/dcpparser.h b/modules/access/dcp/dcpparser.h index c3b1db0353..4c63aa3edc 100644 --- a/modules/access/dcp/dcpparser.h +++ b/modules/access/dcp/dcpparser.h @@ -198,7 +198,6 @@ private: uint32_t ui_size; string s_type; string s_original_filename; - TrackType_t e_track_type; string s_edit_rate; int i_intrisic_duration; int i_entry_point; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
