[vlc-devel] possible fix for ticket #2617 playing raw .264 files

Alan MacDonald amacdonald at gmail.com
Wed Jul 22 22:52:54 CEST 2009


Hi,

Thanks for all your hard work, VLC is great.

Regarding https://trac.videolan.org/vlc/ticket/2617

Is the fix for this just adding (re-adding) .264 as another extension
for the h264 demux, I believe that was the functionality before 1.0.0,
the patch would be something like this:

src/input/demux.c
112c112
<             { "h264", "h264" },
---
>             { "h264", "h264" }, { "264", "h264" },

Unless that was an intentionally design change.

Thanks,
Alan



More information about the vlc-devel mailing list