Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  h264.h

  Sprache: C
 

/* Simple Plugin API */
/* SPDX-FileCopyrightText: Copyright © 2023 Wim Taymans */
/* SPDX-License-Identifier: MIT */

#ifndef SPA_VIDEO_H264_H
#define SPA_VIDEO_H264_H

#ifdef __cplusplus
extern "C" {
#endif

/**
 * \addtogroup spa_param
 * \{
 */


#include <spa/param/format.h>

enum spa_h264_stream_format {
 SPA_H264_STREAM_FORMAT_UNKNOWN = 0,
 SPA_H264_STREAM_FORMAT_AVC,
 SPA_H264_STREAM_FORMAT_AVC3,
 SPA_H264_STREAM_FORMAT_BYTESTREAM
};

enum spa_h264_alignment {
 SPA_H264_ALIGNMENT_UNKNOWN = 0,
 SPA_H264_ALIGNMENT_AU,
 SPA_H264_ALIGNMENT_NAL
};

struct spa_video_info_h264 {
 struct spa_rectangle size;
 struct spa_fraction framerate;
 struct spa_fraction max_framerate;
 enum spa_h264_stream_format stream_format;
 enum spa_h264_alignment alignment;
};

/**
 * \}
 */


#ifdef __cplusplus
/* extern "C" */
#endif

#endif /* SPA_VIDEO_H264_H */

Messung V0.5 in Prozent
C=99 H=100 G=99

¤ Dauer der Verarbeitung: 0.4 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=434850
#Domains=655579