Commit 695e4571 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

Make sure the avparser is used for VP9 rather than the Copy Packetizer

Fixes #11690 which didn't work with avcodec
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 6a298f986879816bd32691cf2f1459f756a017cf)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent dcb7aa43
......@@ -47,5 +47,5 @@ void ClosePacketizer( vlc_object_t * );
set_category( CAT_SOUT ) \
set_subcategory( SUBCAT_SOUT_PACKETIZER ) \
set_description( N_("avparser packetizer") ) \
set_capability( "packetizer", 1 ) \
set_capability( "packetizer", 20 ) \
set_callbacks( OpenPacketizer, ClosePacketizer )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment