Changeset 21dfd159 in ffmpeg


Ignore:
Timestamp:
Dec 18, 2011, 12:04:02 AM (13 years ago)
Author:
Stefano Sabatini <stefasab@gmail.com>
Branches:
master
Children:
0db7b30
Parents:
86b7db61
Message:

lavd/lavfi: fix incomplete comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libavdevice/lavfi.c

    r86b7db61 r21dfd159  
    142142        }
    143143
    144         /* is a video output? */
     144        /* is an audio or video output? */
    145145        type = inout->filter_ctx->output_pads[inout->pad_idx].type;
    146146        if (type != AVMEDIA_TYPE_VIDEO && type != AVMEDIA_TYPE_AUDIO) {
Note: See TracChangeset for help on using the changeset viewer.