Fix recorder comment

master
Romain Vimont 5 years ago
parent 8b90dc61b9
commit 243854a408

@ -22,7 +22,7 @@ find_muxer(const char *name) {
#else #else
oformat = av_oformat_next(oformat); oformat = av_oformat_next(oformat);
#endif #endif
// until null or with name "mp4" // until null or with having the requested name
} while (oformat && strcmp(oformat->name, name)); } while (oformat && strcmp(oformat->name, name));
return oformat; return oformat;
} }

Loading…
Cancel
Save