Skip to content
Snippets Groups Projects
  • Anton Khirnov's avatar
    b532ca3d
    lavd/v4l2: reduce variable scope · b532ca3d
    Anton Khirnov authored
    device and cap are local to the loop iteration, there is no need for
    them to retain their values. Especially for device it may be dangerous,
    since it points to av_malloc'ed data.
    b532ca3d
    History
    lavd/v4l2: reduce variable scope
    Anton Khirnov authored
    device and cap are local to the loop iteration, there is no need for
    them to retain their values. Especially for device it may be dangerous,
    since it points to av_malloc'ed data.