Skip to content
Extraits de code Groupes Projets
Valider 549b1e12 rédigé par Elliu's avatar Elliu
Parcourir les fichiers

FMT

parent 842af10c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!29Improve timingView with display of the ASS lines
...@@ -25,8 +25,8 @@ AudioContext::getProperties() const noexcept ...@@ -25,8 +25,8 @@ AudioContext::getProperties() const noexcept
// AudioStream class implementation // AudioStream class implementation
// Constructor, need an AVFormat and an AVStream // Constructor, need an AVFormat and an AVStream
AudioStream::AudioStream(const AVCodec *streamCodec, AVFormatContext *formatPtr, AVStream *streamArg, AudioStream::AudioStream(const AVCodec *streamCodec, AVFormatContext *formatPtr,
int index) AVStream *streamArg, int index)
: Super(streamCodec, formatPtr, streamArg, index) : Super(streamCodec, formatPtr, streamArg, index)
{ {
SwrContext *s = dataSwrContext.get(); SwrContext *s = dataSwrContext.get();
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
using namespace Vivy; using namespace Vivy;
VideoStream::VideoStream(const AVCodec *streamCodec, AVFormatContext *formatArg, AVStream *streamArg, VideoStream::VideoStream(const AVCodec *streamCodec, AVFormatContext *formatArg,
int index) AVStream *streamArg, int index)
: Super(streamCodec, formatArg, streamArg, index) : Super(streamCodec, formatArg, streamArg, index)
{ {
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter