diff options
author | Martin Storsjö <martin@martin.st> | 2022-10-03 13:17:43 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-10-27 13:17:07 +0300 |
commit | 4bc79769f90534dfeb1d36aac4ab2bbef80a4efd (patch) | |
tree | bd39069960af2a69f959dbf3b929a1a8902cf969 | |
parent | 00b03331a018cf59740153a20c762b714253dd10 (diff) | |
download | ffmpeg-4bc79769f90534dfeb1d36aac4ab2bbef80a4efd.tar.gz |
libavcodec: Fix a comment typo
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavcodec/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/packet.h b/libavcodec/packet.h index 404d520071..f28e7e7011 100644 --- a/libavcodec/packet.h +++ b/libavcodec/packet.h @@ -161,7 +161,7 @@ enum AVPacketSideDataType { * the packet may contain "dual mono" audio specific to Japanese DTV * and if it is true, recommends only the selected channel to be used. * @code - * u8 selected channels (0=mail/left, 1=sub/right, 2=both) + * u8 selected channels (0=main/left, 1=sub/right, 2=both) * @endcode */ AV_PKT_DATA_JP_DUALMONO, |