fix typo in comment

This commit is contained in:
fduncanh
2022-03-29 00:17:09 -04:00
parent 4da9c1f1ae
commit f12f76095d

View File

@@ -134,7 +134,7 @@ void dump_audio_to_file(unsigned char *data, int datalen, unsigned char type) {
void dump_video_to_file(unsigned char *data, int datalen, int type) {
/* type 5 NAL's are precedded by a PPS and SPS */
/* type 5 NAL's are preceded by a PPS and SPS */
if (type == 5 && video_dumpfile && video_dump_limit) {
}